home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-02 | 716 b | 26 lines | [TEXT/CWIE] |
- /*
-
- IM SR Example (MySRExamples)
-
- This example combines all the sample code from the Speech Recognition Manager
- documentation into a functional application. It uses the SIOUX window and is
- designed to work with CodeWarrior IDE 1.4 (CW8) or later. Each of the sample
- routines is in a separate file. Only the main.c relies on CodeWarrior and
- SIOUX.
-
- In order to use these projects:
-
- ..copy SpeechRecognitionLib to
- :Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS PPC:
-
- ..and copy SpeechRecognition.h to
- :Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:
-
- OR
-
- copy them to your project folder and change the header files from:
- #include <SpeechRecognition.h>
- to
- #include "SpeechRecognition.h"
-
- */